home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11369 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  676 b 

  1. Path: chinook.Generation.NET!michelb
  2. From: michelb@generation.net (Michel Beausejour)
  3. Newsgroups: comp.lang.c++
  4. Subject: Problem with SetTimer and ListView in MSVC4.0
  5. Date: Wed, 13 Mar 96 21:45:06 GMT
  6. Organization: Generation.NET
  7. Message-ID: <4i7fg1$slr@chinook.Generation.NET>
  8. NNTP-Posting-Host: portc39.generation.net
  9. Summary: My application has a View Class derived from CListView. I set a timer in the OnInitialUpdate() and I map the WM_TIMER message in that view. The problem is that I get called in the OnTimer function only once.
  10. X-Newsreader: News Xpress 2.0 Beta #0
  11. Keyword: SetTimer ListView
  12.  
  13. If I use the standard Cview base class instead, it works fine. 
  14.  
  15. Thanks.
  16.